build: Link with -Bsymbolic-functions
authorColin Walters <walters@verbum.org>
Thu, 3 May 2012 17:40:23 +0000 (13:40 -0400)
committerColin Walters <walters@verbum.org>
Thu, 3 May 2012 17:40:23 +0000 (13:40 -0400)
commit19571c76521b1446fa5433c6ae87d30690e39161
tree70be62f708d90db66a5ccd68f628b4a6b41e91bb
parent749bf569170f37f0fbf245d06eb8ddc3574579b8
build: Link with -Bsymbolic-functions

Avoids indirecting through PLT for internal calls, at the cost that we
can't use LD_PRELOAD to override internal functions (but we never
really want that, use a debugger).
Makefile-libostree.am